ServiceGetStreamingEvents Method (IListString) |
Gets the streaming events.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Stream GetStreamingEvents(
IList<string> subscriptionIds
)
Public Function GetStreamingEvents (
subscriptionIds As IList(Of String)
) As Stream
Parameters
- subscriptionIds
- Type: System.Collections.GenericIListString
The subscription ids.
Return Value
Type:
StreamStream.
See Also